home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 3 / Amiga Tools 3.iso / grafik / raytracing / rayshade-4.0.6.3 / inetray / inetray.start.x < prev    next >
Text File  |  1993-08-15  |  591b  |  19 lines

  1. /*======================================================================
  2.                     I N E T R A Y . S T A R T . X 
  3.                     doc: Wed Mar 25 15:42:28 1992
  4.                     dlm: Fri May 21 09:30:48 1993
  5.                     (c) 1992 ant@ips.id.ethz.ch
  6.                     uE-Info: 16 31 T 0 0 72 2 2 8 ofnI
  7. ======================================================================*/
  8.  
  9. #include    "prognum.h"
  10. %#ifndef ITIMER_REAL
  11. %#include    <sys/time.h>        /* for A/UX */
  12. %#endif
  13.  
  14. program STARTER {
  15.     version IRSV1 {
  16.         void START(void) = 1;    /* start workers */
  17.     } = V1;
  18. } = IRSNUM;
  19.